home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimedia 1
/
Ultimedia 1.iso
/
tools
/
sonstiges
/
kfracplus
/
kfp
/
install_kfracplus.script
< prev
next >
Wrap
Text File
|
1994-06-27
|
487b
|
24 lines
; $VER: Install_KFracPlus.script V4.1 (16.6.94)
; © 1993-94 by Andreas R. Kleinert.
; This is the Installer Script for KFracPlus V4.1
(copyfiles
(prompt "Installing KFracPlus now.")
(help @copyfiles-help)
(source ":KFracPlus")
(set kfcomdir
(askdir
(prompt "Select path to install KFracPlus to")
(help @askdir-help)
(newpath)
(default "SYS:KFracPlus")
)
)
(dest kfcomdir)
(pattern "#?")
(dirs)
(files)
(infos)
(confirm)
)